Body


properties

10 properties may be used inside the Body section of the script file for customizing menus and links. Three of these properties are required, the other beeing optional.


Links properties setting

Property #1
description: text description of the link
name: Text
value: "string", Note: strings with spaces must be inserted into quotes
required: "YES"
default: "nothing"

Property #2
description: the url source of the respective link
name: UrlSource
value: "string", The UrlSource can be defined:

required: "YES"
default: "nothing"

Property #3
description: the browser's window destination of the url source of the respective link
name: UrlTarget
value: "_self", "_blank","_parent","_top","FrameName", where:

required: "NO"
default: "_blank"

Property #4
description: image file icon assigned to the link when the mouse is out of the respective link
name: MouseOutImage
value: "string", where "string" is the file name of the image relatively to the location of the Html file containing the applet.
required: "NO"
default: "BuiltInMouseOutLinkImage", This is a built-in image

Property #5
description: image file icon assigned to the link when the mouse is over the respective link
name: MouseOverImage
value: "string", where "string" is the file name of the image relatively to the location of the Html file containing the applet.
required: "NO"
default: "BuiltInMouseOverLinkImage", This is a built-in image

Menus properties setting

Property #6
description: text description of the menu directory
name: Text
value: "string", Note: strings with spaces must be inserted into quotes
required: "YES"
default: "nothing"

Property #7
description: image file icon assigned to the closed menu when the mouse is out of the respective menu
name: MouseOutClosedImage
value: "string", where "string" is the file name of the image relatively to the location of the Html file containing the applet.
required: "NO"
default: "BuiltInMouseOutClosedMenuImage", This is a built-in image

Property #8
description: image file icon assigned to the open menu when the mouse is out of the respective menu
name: MouseOutOpenImage
value: "string", where "string" is the file name of the image relatively to the location of the Html file containing the applet.
required: "NO"
default: "BuiltInMouseOutOpenMenuImage", This is a built-in image

Property #9
description: image file icon assigned to the closed menu when the mouse is over the respective menu
name: MouseOverClosedImage
value: "string", where "string" is the file name of the image relatively to the location of the Html file containing the applet.
required: "NO"
default: "BuiltInMouseOverClosedMenuImage", This is a built-in image

Property #10
description: image file icon assigned to the closed menu when the mouse is over the respective menu
name: MouseOverOpenImage
value: "string", where "string" is the file name of the image relatively to the location of the Html file containing the applet.
required: "NO"
default: "BuiltInMouseOverOpenMenuImage", This is a built-in image